home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6387 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: sourcery.han.de!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer
  3. References: <1982.6646T659T2072@sn.no> <13213750@sourcery.han.de> <40126576@rzstud2.rz.uni-karlsruhe.de>
  4. From: "Olaf Barthel" <olsen@sourcery.han.de>
  5. Date: Wed, 27 Mar 1996 11:51:30 +0100
  6. X-NewsReader: IntuiNews 1.3a (7.9.95)
  7. Subject: Re: Typo in the autodocs
  8. Message-ID: <13213827@sourcery.han.de>
  9.  
  10. In Article <40126576@rzstud2.rz.uni-karlsruhe.de>, Patrick Ohly <un60@rzstud2.rz.uni-karlsruhe.de> wrote:
  11. > In article <13213750@sourcery.han.de>, Olaf Barthel writes:
  12. > > In Article <1982.6646T659T2072@sn.no>, Christopher Naas <christon@sn.no>
  13. > > wrote:
  14. > > > There's a small typo' in the Autodocs. Not very important, but AT
  15. > > > should fix it before the next release. Posted here since they're
  16. > > > playing hard to get hold of.
  17. > >
  18. > > Ok, done. Any other typos that need fixing?
  19. >
  20. > > dos.library/InternalLoadSeg                       dos.library/InternalLoadSeg
  21. > >
  22. > >    NAME
  23. > >  InternalLoadSeg -- Low-level load routine (V36)
  24. >
  25. > [...]
  26. >
  27. > >    INPUTS
  28. > >  fh       - Filehandle to load from.
  29. > >  table       - When loading an overlay, otherwise ignored.
  30. > >  functionarray - Array of function to be used for read, alloc, and free.
  31. > >     FuncTable[0] ->  Actual = ReadFunc(readhandle,buffer,length),DOSBase
  32. > >               D0                D1         A0     D0      A6
  33. > In fact the same registers used for Read() are correct:
  34. >     D0       D1    D2    D3
  35. >
  36. > You didn't ask for it, but there's also a bug in the
  37. > includes for the dos.library:
  38. >
  39. > dos/dosasl.h:
  40. >
  41. > > #define APB_DOWILD 0 /* User option ALL */
  42. > > #define APF_DOWILD 1
  43. >
  44. > The note "obsolete" is missing.
  45. >
  46. > > #define APB_DODIR 2 /* Bit is SET if a DIR node should be */
  47. > > #define APF_DODIR 4 /* entered. Application can RESET this */
  48. > >     /* bit after MatchFirst/MatchNext to AVOID */
  49. > >     /* entering a dir. */
  50. >
  51. > It should be something like this:
  52. > > #define APB_DODIR 2 /* Bit has to be set by the APPLICATION */
  53. > > #define APF_DODIR 4 /* if a DIR node should be entered. */
  54. >
  55. > Bye, Patrick
  56.  
  57.    Thank you, for the first CD-ROM edition I did not want to make
  58. changes to the text content of the includes and autodocs. If only, then
  59. syntactic changes and minor tweaking. The real work will have to be
  60. done later.
  61.  
  62. --
  63. Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
  64.  Net: olsen@sourcery.han.de
  65.